From: Glenn Morris Date: Sun, 21 Nov 2010 02:19:39 +0000 (-0800) Subject: python.el comment. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18^2~288 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dc16aba824ec7e47050f12cc252dfa084f8a26f9;p=emacs.git python.el comment. --- diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index ac0fc4f3a3b..5d528e5fa28 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -1550,6 +1550,7 @@ buffer for a list of commands.)" (with-current-buffer (let* ((cmdlist (append (python-args-to-list cmd) + ;; See http://lists.gnu.org/archive/html/emacs-devel/2008-09/msg00215.html '("-i" "-c" "import sys; sys.path.remove('')"))) (path (getenv "PYTHONPATH")) (process-environment ; to import emacs.py